home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img267.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  6KB  |  672x339  |  1-bit (2 colors)
Labels: black | darkness
OCR: private fmessage string; : fhelpcontext: longint; public constructor create (canst msg string); constructor createres (indent : longint ); property helpcontext: longint read fhelpcontext write fhelpcontext property message string read fmessage write fmessage; end; Except Class = Class of Exception; { mathematical exceptions} ElntError = class (Exception); EDivByZero = class (ElntError); ERangeError class (ElntError); Elnt Overflow = class ( EintError); class (Exception); = EMathError =